home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / September 96 / Re Error in ODFDraw (was Re .1 < prev    next >
Encoding:
Internet Message Format  |  1996-09-19  |  935 b   |  [TEXT/ttxt]

  1. Subject:     Re: Error in ODFDraw (was Re: Unknown Error in OpenDoc or
  2. Sent:        9/13/96 2:13 PM
  3. Received:    9/13/96 2:13 PM
  4. From:        Brad Pettit <bpettit@apple.com>
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List
  7.  
  8.  
  9. I've tried the same steps in ODF2 without experiencing the problem.
  10. --Brad
  11.  
  12. >OK, after installing the debug version of ODFLib I get the errors, and I 
  13. >tracked down the bug to an aborted drag causing the problem. I can 
  14. >recreate it using ODFDraw (rev 1).
  15. >
  16. >here are the steps:
  17. >1. open a new ODFDraw doc.
  18. >2. create a simple shape.
  19. >3. drag the shape, but have the drag aborted (let it go in the menu bar 
  20. >for example).
  21. >4. Close the document
  22. >
  23. >you then get the debug string: 
  24. >FW_CFixedAllocator: An object of type FW_CPriv{BW|Color}PatternRep has 
  25. >not been deleted prop
  26. >
  27. >which results in the Unknown OpenDoc error.
  28. >
  29. >What's up with that?
  30. >
  31. >-Scott Adler